/* 所有页面的媒体查询 */




/* 
1201-----------1410    大屏电脑
*/
@media screen and (min-width: 1201px) and (max-width: 1410px) {
    .wrap {
        width: 94%;
    }




    /* index,1201 */
    .pc_head_bottom_01 {
        width: calc(100% - 460px);
    }

    .product_down_menu_01_w .menu_item {
        width: calc((100% - 100px) / 6);
        margin-right: 20px;
    }

    .index_banner_box .prev_btn {
        display: none;
    }

    .index_banner_box .next_btn {
        display: none;
    }

    .indBoxOne1 {
        padding: 30px;
    }

    .indBoxOne1_L {
        width: 100%;
        border-right: none;
        padding: 0 15px 30px 0;
    }

    .indBoxOne1_L .text_01 {
        text-align: center;
    }

    .indBoxOne1_L .text_02 {
        text-align: center;
        padding-top: 15px;
    }

    .indBoxOne1_R {
        width: 100%;
        padding: 0;
    }

    .indBoxOne2_L {
        width: 100%;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .indBoxOne2_L .item {
        margin: 0 20px;
    }

    .indBoxOne2_L>.item:nth-child(4n) {
        margin: 0 20px;
    }

    .indBoxOne2_R {
        width: 100%;
        padding-top: 30px;
    }

    .indBoxTwo1 .item {
        width: calc(100% / 3);
    }

    .indBoxFour1_01 {
        font-size: 30px;
    }

    .indBoxFour1_02 {
        font-size: 18px;
    }

    .indBoxFour1_02 span {
        font-size: 70px;
        padding: 0 15px;
    }

    .indBoxFive1_L {
        width: 14%;
    }

    .indBoxFive1_R {
        width: 82%;
    }

    .indBoxFive1_R_item_01 .img_item {
        width: calc((100% - 150px) / 6);
        margin-right: 30px;
    }

    .indBoxFive1_R_item_02 .tt {
        font-size: 30px;
    }

    .indBoxFive1_L .item {
        font-size: 18px;
    }

    .indBoxSix1 .item {
        padding: 0 10px;
    }

    .indBoxSeven1 .item .bottom_box .tt {
        font-size: 18px;
    }

    .foot_top_02 {
        display: none;
    }

    .foot_top_01 {
        width: 18%;
    }

    .foot_top_03 {
        width: 22%;
    }

    .foot_top_04 {
        width: 18%;
    }

    .foot_top_05 {
        width: 18%;
    }

    .foot_top_L_form input {
        width: 60%;
    }

    .foot_top_R_01 .item a {
        font-size: 24px;
    }

    .foot_top_R_03 .left_img .img_tt {
        font-size: 14px;
    }


    .head_search_close {
        right: 12%;
    }






    /* about_bdyx,1201 */
    .vidBoxOne2_list .right_video .vidPage_video_item {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }





    /* about_lxwm,1201 */
    .abo_lxBoxOne1 .item .right_text {
        padding: 0 20px 0 6%;
    }

    .abo_lxBoxTwo2_form_01 .L_R_box {
        width: calc((100% - 30px) / 2);
    }

    .abo_lxBoxTwo2_form_02 button {
        margin: 0 15px;
        width: 220px;
    }







    /* application_lshb,1201 */
    .sol_de2BoxOne1_L_dl .item a .round_box {
        width: 120px;
        height: 120px;
    }

    .app_lsBoxOne1_R .tt {
        font-size: 28px;
    }

    .sol_de2BoxTwo1 {
        line-height: 34px;
    }

    .solBoxFour2 .item {
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
    }

    .solBoxFour2 .item a .bottom_text {
        font-size: 16px;
        padding: 14px 10px 14px;
    }






    /* news,1201 */
    .newBoxOne1_R_dl .item a .tt {
        font-size: 22px;
    }

    .newBoxOne1_R_dl .item a .text {
        font-size: 14px;
    }

    .newBoxOne1_R_dl .item {
        margin-bottom: 20px;
    }

    .newBoxTwo2_item .item {
        width: calc((100% - 40px) / 2);
    }

    .newBoxTwo2_item .item a .right_box .text {
        font-size: 14px;
    }






    /* news_hyxw,1201 */
    .new_hyBoxOne1 .item a .bottom_box .tt {
        font-size: 22px;
        padding-top: 30px;
    }

    .new_hyBoxOne1 .item a {
        padding: 35px 8% 30px;
    }

    .new_hyBoxOne1 .item a .bottom_box .btn_box {
        line-height: 40px;
    }






    
    .pro_deBoxOne1_L dl dd span {
        font-size: 24px;
    }
    
    .pro_deBoxOne1_L dl dd div {
        font-size: 14px;
    }





















}



/* 
1025-----------1200    中等屏幕
*/
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .wrap {
        width: 94%;
    }




    /* index,1025 */
    .pc_head_top_01 a {
        margin-right: 15px;
    }

    .pc_head_top_02 .free_calls {
        padding: 0 25px 0 25px;
    }

    .pc_head_top_02 .icon_box {
        padding-left: 10px;
    }

    .pc_head_bottom_w .logo_box .line {
        display: none;
    }

    .pc_head_bottom_w .logo_box .logo_text {
        display: none;
    }

    .pc_head_bottom_01 {
        width: calc(100% - 300px);
    }

    .index_banner_box .prev_btn {
        display: none;
    }

    .index_banner_box .next_btn {
        display: none;
    }

    .product_down_menu_01_w .menu_item .img_top a .img_box {
        height: 100px;
    }

    .product_down_menu_01_w .menu_item .img_top .text {
        font-size: 16px;
    }

    .product_down_menu_01_w .menu_item {
        width: calc((100% - 60px) / 3);
    }

    .product_down_menu_list .list_item a {
        font-size: 13px;
    }

    .product_down_menu_01_w>.menu_item:nth-child(6n) {
        margin-right: 30px;
    }

    .product_down_menu_01_w>.menu_item:nth-child(3n) {
        margin-right: 0;
    }

    .indBoxOne1_L {
        width: 100%;
        border-right: none;
        padding: 0 0 30px 0;
    }

    .indBoxOne1_L .text_01 {
        text-align: center;
    }

    .indBoxOne1_L .text_02 {
        text-align: center;
        padding-top: 10px;
    }

    .indBoxOne1 {
        padding: 30px;
    }

    .indBoxOne1_R {
        width: 100%;
        padding: 0;
    }

    .indBoxOne1_R .tt {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .indBoxOne2_L {
        width: 100%;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .indBoxOne2_L .item {
        margin: 0 15px;
    }

    .indBoxOne2_L>.item:nth-child(4n) {
        margin: 0 15px;
    }

    .indBoxOne2_R {
        width: 100%;
        padding-top: 40px;
    }

    .indBoxOne2_R .item a .tt {
        font-size: 18px;
    }

    .index_module_title .tt_box .tt_01 {
        font-size: 28px;
    }

    .index_module_title .More_btn a {
        font-size: 14px;
    }

    .indBoxTwo1 .item {
        width: calc(100% / 3);
    }

    .indBoxThree1_L {
        width: 100%;
    }

    .indBoxThree1_R {
        width: 50%;
        padding-top: 20px;
    }

    .indBoxFour1_01 {
        font-size: 24px;
    }

    .indBoxFour1_02 {
        font-size: 16px;
    }

    .indBoxFour1_02 span {
        font-size: 50px;
        padding: 0 10px;
    }

    .indBoxFour_w {
        padding: 30px 0 30px;
    }

    .indBoxFive1_L {
        width: 17%;
    }

    .indBoxFive1_R {
        width: 78%;
    }

    .indBoxFive1_L .item {
        font-size: 16px;
    }

    .indBoxFive1_R_item_01 .img_item {
        width: calc((100% - 75px) / 6);
        margin-right: 15px;
    }

    .indBoxFive1_R_item_02 .tt {
        font-size: 24px;
    }

    .indBoxFive1_R_item_02 .text {
        font-size: 14px;
    }

    .indBoxFive1_R_item_03 a {
        width: 150px;
    }

    .indBoxSix1 .item {
        padding: 0 10px;
    }

    .indBoxSix1 .item a .bottom_box .tt {
        font-size: 18px;
    }

    .indBoxSix1 .item a .img_box img {
        height: 50px;
    }

    .indBoxSix1 .item a .bottom_box {
        padding: 15px 0 0;
    }

    .indBoxSeven1 .item .bottom_box .tt {
        font-size: 16px;
    }

    .indBoxSeven1 .item .img_box .iconfont {
        bottom: 5px;
        left: 5px;
        width: 40px;
        height: 24px;
        border-radius: 12px;
        border: 1px solid #ffffff;
    }

    .indBoxSeven_w {
        padding: 0 0 70px;
    }

    .foot_top_01,
    .foot_top_02 {
        display: none;
    }

    .foot_top_03 {
        width: 36%;
    }

    .foot_top_04 {
        width: 26%;
    }

    .foot_top_05 {
        width: 25%;
    }

    .foot_top_R_01 .item .tt_box {
        font-size: 14px;
    }

    .foot_top_R_01 .item a {
        font-size: 22px;
    }

    .foot_top_R_01 .item .tt_box .line {
        height: 12px;
        margin-right: 8px;
    }

    .foot_top_R_02 {
        font-size: 14px;
    }

    .foot_top_R_03 .left_img .img_tt {
        font-size: 14px;
    }

    .foot_top_L_form input {
        width: 65%;
    }

    .foot_top_L_form button {
        width: 100px;
        font-size: 14px;
    }




    /* about,1025 */
    .SubPage_banner_w .banner_tt_box .tt_01 {
        font-size: 24px;
    }

    .SubPage_banner_w .banner_tt_box .tt_02 {
        font-size: 18px;
    }

    .SubPage_banner_w .banner_tt_box {
        width: 220px;
    }

    .aboBoxOne1 .item a {
        font-size: 14px;
        line-height: 42px;
    }

    .aboBoxOne1 .item {
        width: 200px;
    }

    .aboBoxOne_w {
        padding: 60px 0 25px;
    }

    .SubPage_public_title .tt_01 {
        font-size: 30px;
    }

    .SubPage_public_title .line {
        width: 80px;
        border-right: 40px solid #d10707;
    }

    .aboBoxTwo1 {
        font-size: 14px;
    }

    .aboBoxThree1 .item .num_box {
        font-size: 36px;
    }

    .aboBoxThree1 .item .text {
        padding-top: 6px;
    }

    .aboBoxThree1 .item {
        width: 160px;
        height: 160px;
    }

    .aboBoxFour1_L_item .img_box .iconfont {
        font-size: 70px;
    }

    .aboBoxFour1_R_dl dd .right_text .text_01 {
        font-size: 16px;
    }

    .aboBoxFour1_R_dl dd .right_text {
        padding-left: 15px;
    }

    .aboBoxFour1_R_box {
        width: 46%;
        padding-left: 30px;
    }

    .aboBoxFour1_R_dl dd .right_text .text_02 {
        font-size: 14px;
        padding: 6px 0 6px;
    }

    .aboBoxFour1_L_box {
        width: 54%;
    }

    .aboBoxFive1 .tt {
        font-size: 26px;
    }

    .aboBoxFive1 .text {
        font-size: 14px;
    }


    .aboBoxFive2 {
        width: calc(100% - 330px);
    }

    .aboBoxSix1 {
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .aboBoxSix1_R {
        width: 100%;
    }

    .aboBoxSix1_L {
        width: 100%;
        padding: 30px 0 0;
    }







    /* about_bdyx,1025 */
    .abo_bdBoxOne1_01 span {
        font-size: 22px;
        padding: 8px 0 0 0;
    }

    .vidBoxOne2_list .right_video .vidPage_video_item {
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
    }

    .vidBoxOne2_list .right_video .vidPage_video_item .img_box .iconfont {
        font-size: 34px;
    }






    /* about_lxwm,1025 */
    .abo_lxBoxOne1 .item .icon_box {
        width: 120px;
        height: 150px;
    }

    .abo_lxBoxOne1 .item .icon_box .text {
        padding-top: 10px;
    }

    .abo_lxBoxOne1 .item .icon_box .iconfont {
        font-size: 40px;
    }

    .abo_lxBoxOne1 .item .right_text {
        width: calc(100% - 120px);
        line-height: 26px;
    }

    .abo_lxBoxOne1 .item .right_text a {
        font-size: 16px;
        padding: 4px 0;
    }

    .abo_lxBoxOne2 .item a .text {
        font-size: 14px;
    }

    .abo_lxBoxOne2 .item a .iconfont {
        font-size: 40px;
    }

    .abo_lxBoxOne2 .item a {
        padding: 30px 10px 30px;
    }

    .abo_lxBoxTwo2_form_01 .L_R_box {
        width: calc((100% - 30px) / 2);
    }

    .abo_lxBoxTwo2_form_02 button {
        width: 200px;
        margin: 0 15px;
    }







    /* about_qynj,1025 */
    .ser_zpBoxOne2 .item {
        width: 20%;
    }

    .abo_qyBoxOne2_item_L .big_tt_box .tt_01 {
        font-size: 36px;
    }

    .abo_qyBoxOne2_item_L .big_tt_box .tt_02 {
        font-size: 20px;
    }






    /* about_rlzy,1025 */
    .abo_rlBoxOne1_L {
        width: 100%;
    }

    .about_rlzy_public_item {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .about_rlzy_public_item .img_box {
        width: 50%;
    }

    .abo_rlBoxOne1_L .about_rlzy_public_item .bottom_box {
        width: 50%;
    }

    .abo_rlBoxOne1_R {
        width: 100%;
    }

    .proBoxEight1 .item a .iconfont {
        font-size: 26px;
    }

    .proBoxEight1 .item a span {
        font-size: 14px;
        padding-left: 6px;
    }

    .proBoxEight1 .item {
        padding: 0 5px;
    }

    .proBoxEight1 .item a {
        padding: 12px 0 12px;
    }






    /* application,1025 */
    .sol_zdBoxOne1 {
        width: 100%;
    }

    .sol_zdBoxOne2 .item a .bottom_box {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
    }

    .appBoxOne1_R .item a .tt {
        font-size: 20px;
    }

    .appBoxOne1_R .item a .text {
        font-size: 14px;
    }

    .appBoxOne1_R .item {
        margin-bottom: 20px;
    }

    .appBoxOne_w {
        padding: 0 0 30px;
    }







    /* application_lshb,1025 */
    .app_lsBoxOne1_L {
        width: 100%;
    }

    .app_lsBoxOne1_R {
        width: 100%;
        padding: 30px 0 0;
    }

    .app_lsBoxOne1_R .tt {
        font-size: 26px;
        padding: 0 0 25px 0;
    }

    .sol_de2BoxTwo_w {
        padding: 70px 0 70px;
    }

    .sol_de2BoxTwo1 {
        font-size: 14px;
        line-height: 30px;
    }

    .solBoxFour2 .item {
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
    }

    .solBoxFour2 .item a .bottom_text {
        font-size: 16px;
        padding: 14px 10px 14px;
    }






    /* news,1025 */
    .newBoxOne1_R_dl .item a .tt {
        font-size: 20px;
    }

    .newBoxOne1_R_dl .item a .text {
        font-size: 14px;
        padding-top: 5px;
    }

    .newBoxOne1_R_dl .item {
        margin-bottom: 20px;
    }

    .newBoxTwo1_R {
        width: 44%;
    }

    .newBoxTwo1_L {
        width: 51%;
    }

    .newBoxTwo1_L .item a {
        font-size: 22px;
    }

    .newBoxTwo1_L .item a .line {
        width: 88px;
    }

    .newBoxTwo1_L .item.hover a .line {
        border-right: 44px solid #cd0909;
    }

    .newBoxTwo1_L .item:hover a .line {
        border-right: 44px solid #cd0909;
    }

    .newBoxTwo1_R a {
        font-size: 14px;
    }

    .newBoxTwo2_item .item {
        width: 100%;
    }





    /* news_detail,1025 */
    .new_deBoxOne3 .prev_next_page {
        font-size: 16px;
        padding: 20px 10px 20px 30px;
    }
    
    .new_deBoxOne3 .back_list_btn a {
        font-size: 16px;
        padding: 20px 10px;
    }






    /* news_hyxw,1025 */
    .new_hyBoxOne1 .item a {
        padding: 30px 20px 30px;
    }

    .new_hyBoxOne1 .item a .bottom_box .tt {
        font-size: 18px;
        padding-top: 25px;
    }

    .new_hyBoxOne1 .item a .bottom_box .text {
        font-size: 14px;
        padding: 15px 0 20px;
    }

    .new_hyBoxOne1 .item a .bottom_box .btn_box {
        font-size: 14px;
        width: 110px;
        line-height: 36px;
    }







    /* news_jswz,1025 */
    .new_jsBoxOne1_L a .tt {
        font-size: 26px;
    }

    .new_jsBoxOne1_L a .btn_box {
        width: 120px;
        margin-top: 30px;
        line-height: 38px;
    }

    .new_jsBoxOne2 .item a {
        padding: 30px;
    }

    .new_jsBoxOne2 .item a .right_box .tt {
        font-size: 20px;
    }





    /* news_xmth,1025 */
    .new_xmBoxOne1 .item a .tt {
        font-size: 18px;
    }

    .new_xmBoxOne1 .item a .text {
        font-size: 14px;
    }

    .new_xmBoxOne1 .item {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
    }

    .new_xmBoxOne1 .item a .btn_box {
        font-size: 14px;
        padding-top: 25px;
    }






    /* Product,1025 */
    .proBoxTwo2_02_R .item {
        padding: 20px 10px 10px 15px;
    }

    .proBoxTwo2_01_L .item a {
        padding: 2px 20px 3px;
    }

    .proBoxTwo2_01_R {
        width: 240px;
    }

    .proBoxTwo2_02_R .item .icon_tt .tt {
        font-size: 16px;
    }

    .proBoxTwo2_02_R .item .icon_tt {
        padding-bottom: 10px;
    }

    .proBoxThree1 .item {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
    }

    .proBoxThree1 .item .bottom_box .tt {
        font-size: 16px;
    }

    .proBoxThree1 .item .hover_show_box .tt {
        font-size: 16px;
    }

    .proBoxThree2 .item .img_box {
        width: 100%;
    }

    .proBoxThree2 .item .right_box {
        width: 100%;
        padding: 20px 10px 40px 20px;
    }

    .proBoxThree2 .item .right_box .tt_box .tt_02 {
        font-size: 14px;
    }






    /* product_detail,1025 */
    .pro_deBoxOne1_L {
        padding: 0 30px 0 0;
    }

    .pro_deBoxOne1_L dl dd span {
        font-size: 26px;
    }

    .pro_deBoxOne1_L dl dd div {
        font-size: 14px;
    }
    
    .pro_deBoxTwo_w {
        height: auto;
    }

    .pro_deBoxTwo1_L {
        display: none;
    }

    .pro_deBoxTwo1_L .item a {
        line-height: 60px;
    }

    .pro_deBoxTwo1_R {
        width: 100%;
        padding-top: 20px;
    }

    .pro_deBoxTwo1_R .btn_box_02 a .iconfont {
        font-size: 30px;
    }

    .pro_deBoxTwo1_R .btn_box_02 a span {
        font-size: 20px;
    }

    .pro_deBoxTwo1_R .btn_box_01 a span {
        font-size: 14px;
    }

    .pro_deThree1_L {
        width: 100%;
    }

    .pro_deThree1_R {
        width: 100%;
        padding: 30px 0 0;
    }

    .pro_deThree2_01 .item .icon {
        width: 90px;
        height: 90px;
    }

    .pro_deThree2_01 .item .tt {
        font-size: 16px;
        padding-top: 20px;
    }

    .pro_deThree3_01_R {
        width: 48%;
    }

    .pro_deThree3_02_form .item .tt_box .tt_01 {
        font-size: 26px;
    }

    .pro_deThree5_01 .item .text_box {
        font-size: 16px;
        line-height: 28px;
        padding: 0 20px 0 20px;
    }

    .pro_deBoxThree table tr td {
        font-size: 16px;
    }

    .pro_deThree7_01_R .tt {
        font-size: 20px;
    }

    .pro_deThree7_01_R_dl {
        padding-top: 30px;
    }

    .pro_deThree7_01_R_dl dd .iconfont {
        font-size: 26px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .pro_deThree7_01_R_dl dd .R_text_box {
        width: calc(100% - 50px);
    }

    .pro_deThree7_01_R_dl dd .R_text_box .R_text_01 {
        font-size: 16px;
    }

    .pro_deThree7_01_R_dl dd .R_text_box .R_text_02 {
        font-size: 14px;
        padding-top: 4px;
    }

    .pro_deThree7_01_R_dl dd {
        margin-bottom: 20px;
    }

    .pro_deThree7_01_R .btn_box a span {
        font-size: 14px;
    }

    .pro_deThree7_01_R .btn_box a {
        width: 180px;
    }

    .pro_deThree7_01_R {
        padding: 0 0 0 40px;
    }

    .pro_deThree8_01 .item a .bottom_text {
        font-size: 18px;
        padding: 12px 10px 12px;
    }

    .pro_deBoxFour2_form .item {
        width: calc((100% - 40px) / 3);
        margin-bottom: 20px;
    }
    

    .pro_deBoxOne1_L dl dd {
        width: 135px;
    }






    /* Service_faq,1025 */
    .ser4BoxOne3 .item {
        width: 100%;
    }






    /* Service_zppj,1025 */
    .ser_zpBoxTwo1 {
        font-size: 28px;
    }

    .ser_zpBoxTwo2 a {
        font-size: 18px;
        width: 260px;
        line-height: 50px;
    }






    /* Solution,1025 */
    .solBoxOne1 {
        width: 100%;
    }

    .solBoxTwo1 {
        width: 65%;
    }






    /* solution_detail,1025 */
    .sol_deBoxOne1_R_01 .right_box .tt {
        font-size: 24px;
    }

    .sol_deBoxOne1_R_01 .right_box .text {
        font-size: 18px;
    }

    .sol_deBoxOne2 {
        line-height: 32px;
    }






    /* solution_sycj,1025 */
    .sol_syBoxOne1 .item a .text_box {
        font-size: 24px;
    }

    .sol_syBoxOne1 .item {
        width: calc((100% - 70px) / 3);
        margin-right: 35px;
    }






    /* solution_sycj_detail,1025 */
    .sol_de2BoxOne1_L {
        width: 100%;
    }

    .sol_de2BoxOne1_R {
        width: 100%;
    }

    .sol_de2BoxOne1_L .big_tt {
        font-size: 28px;
    }

    .sol_de2BoxOne1_R .tt_box .tt_01 {
        font-size: 28px;
    }






    .SubPage_foot_box_w {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    
    .SubPage_foot_01 {
        padding-bottom: 4px;
    }




    /* quanqiuzhandian,1025 */
     .Global_BoxTwo1 {
        width: 100%;
    }
    
    .Global_BoxTwo2 {
        width: 100%;
    } 



    
    .head_search_close {
        top: 25px;
        right: 10%;
    }
    
    .head_search_w {
        padding: 60px 0 60px;
    }
    
    .head_search_01 {
        width: 52%;
    }












}



/* 
768------------1024    ipad
*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wrap {
        width: 94%;
    }





    /* index,ipad */
    .pc_public_head_box {
        display: none;
    }

    .index_banner_box .prev_btn,
    .index_banner_box .next_btn {
        display: none;
    }

    .mobile_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
    }

    .mobile_placeholder_box {
        display: block;
        width: 100%;
        height: 52px;
    }

    .indBoxOne1_L {
        width: 100%;
        border-right: none;
        padding: 0 0 30px;
    }

    .indBoxOne1_L .text_01 {
        text-align: center;
    }

    .indBoxOne1_L .text_02 {
        text-align: center;
        padding-top: 10px;
    }

    .indBoxOne1 {
        padding: 30px 15px 30px;
    }

    .indBoxOne1_R {
        width: 100%;
        padding: 0;
    }

    .indBoxOne1_R .tt {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .indBoxOne2_L {
        width: 100%;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .indBoxOne2_L .item {
        width: 64px;
        margin: 0 10px;
    }

    .indBoxOne2_L .item a .iconfont {
        font-size: 32px;
        width: 64px;
        height: 64px;
        line-height: 64px;
    }

    .indBoxOne2_L>.item:nth-child(4n) {
        margin: 0 10px;
    }

    .indBoxOne2_R {
        width: 100%;
        padding-top: 30px;
    }

    .indBoxOne2_R .item a .text_img .img_box {
        display: none;
    }

    .indBoxOne2_R .item a .tt {
        text-align: center;
        font-size: 16px;
    }

    .indBoxOne2_R .item a .text_img .text_box {
        margin: 0 auto;
        text-align: center;
    }

    .indBoxOne2_R .item {
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
    }

    .index_module_title .tt_box .tt_01 {
        font-size: 26px;
    }

    .index_module_title .More_btn a {
        font-size: 14px;
    }

    .indBoxTwo1 .item {
        width: calc(100% / 2);
    }

    .indBoxThree1_L {
        width: 100%;
    }

    .indBoxThree1_R {
        width: 100%;
        padding-top: 40px;
    }

    .indBoxFour1_01 {
        font-size: 30px;
        width: 100%;
        padding-bottom: 15px;
    }

    .indBoxFour1_02 {
        width: calc(100% / 2);
        font-size: 18px;
    }

    .indBoxFour1_02 span {
        font-size: 50px;
        padding: 0 10px;
    }

    .indBoxFour2 {
        padding-top: 15px;
    }

    .indBoxFive_w {
        padding: 60px 0 80px;
    }

    .indBoxFive1_L {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .indBoxFive1_L .item {
        font-size: 18px;
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 20px;
        line-height: 58px;
    }

    .indBoxFive1_L>.item:nth-child(3n) {
        margin-right: 0;
    }

    .indBoxFive1_R {
        width: 100%;
        padding-top: 40px;
    }

    .indBoxFive1_R_item_01 .img_item {
        width: calc((100% - 80px) / 3);
        margin-right: 40px;
        margin-bottom: 30px;
    }

    .indBoxFive1_R_item_01>.img_item:nth-child(6n) {
        margin-right: 40px;
    }

    .indBoxFive1_R_item_01>.img_item:nth-child(3n) {
        margin-right: 0;
    }

    .indBoxFive1_R_item_02 .tt {
        font-size: 26px;
    }

    .indBoxFive1_R_item_02 {
        padding: 20px 0 30px;
    }

    .indBoxFive1_R_item_02 .text {
        padding-top: 15px;
    }

    .indBoxSix1 .item {
        width: calc(100% / 2);
        padding: 0 15px 30px;
    }

    .indBoxSix1 .item a .bottom_box .text {
        line-height: 26px;
    }

    .indBoxSeven1 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .indBoxSeven1 .item {
        width: calc((100% - 30px) / 2);
        margin-right: 0;
        margin-bottom: 30px;
    }

    .indBoxSeven_w {
        padding: 0 0 50px;
    }

    .indBoxSix_w {
        padding: 70px 0 50px;
    }

    .ind_video_maskBox .video_Box_1 {
        width: 94%;
        height: 390px;
    }

    .foot_top_L {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }

    .foot_top_04 {
        display: none;
    }

    .foot_top_01,
    .foot_top_02,
    .foot_top_05 {
        width: 18%;
    }

    .foot_top_03 {
        width: 22%;
    }

    .foot_top_L_form input {
        width: calc(100% - 120px);
    }

    .foot_top_R {
        width: 100%;
        padding: 40px 0 0;
    }

    .foot_top_R_03 .right_icon {
        padding: 28px 0 0 70px;
    }

    .foot_top_R_02 {
        padding-top: 20px;
    }





    /* about,ipad */
    .SubPage_banner_w {
        height: 170px;
    }

    .SubPage_banner_w .banner_tt_box .tt_01 {
        font-size: 22px;
    }

    .SubPage_banner_w .banner_tt_box .tt_02 {
        font-size: 18px;
        padding-top: 6px;
    }

    .SubPage_banner_w .banner_tt_box {
        width: 200px;
        padding: 16px 10px 16px 25px;
    }

    .SubPage_public_title .tt_01 {
        font-size: 30px;
    }

    .SubPage_public_title .line {
        width: 80px;
        border-right: 40px solid #d10707;
    }

    .aboBoxOne_w {
        padding: 60px 0 30px;
    }

    .aboBoxTwo1 {
        line-height: 30px;
    }

    .aboBoxThree1 .item .num_box {
        font-size: 32px;
    }

    .aboBoxThree1 .item {
        width: 180px;
        height: 180px;
        margin: 0 15px 15px;
    }

    .aboBoxThree1 {
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .aboBoxThree_w {
        padding: 60px 0 40px;
    }

    .aboBoxFour1_L_box {
        width: 100%;
    }

    .aboBoxFour1_R_box {
        width: 100%;
        padding: 30px 0 0;
    }

    .aboBoxFour1_L_item .img_box .iconfont {
        width: 70px;
    }

    .aboBoxFive1 .tt {
        font-size: 28px;
    }

    .aboBoxFive_w {
        padding: 30px 40px 30px 0;
    }


    .aboBoxFive2 {
        width: calc(100% - 300px);
    }

    .aboBoxSix1 {
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .aboBoxSix1_R {
        width: 100%;
    }

    .aboBoxSix1_L {
        width: 100%;
        padding: 30px 0 0;
    }

    .aboBoxSix2_01 .item {
        width: calc(100% / 2);
        margin-bottom: 40px;
    }

    .aboBoxSix2 .tt_box {
        padding-bottom: 40px;
    }

    .aboBoxSix_w {
        padding: 60px 0 20px;
    }

    .SubPage_foot_02 {
        display: none;
    }

    .SubPage_foot_01 {
        width: 100%;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }






    /* about_bdyx,ipad */
    .vidBoxOne2_list .left_video {
        width: 100%;
    }

    .vidBoxOne2_list .right_video {
        width: 100%;
        padding-top: 30px;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .vidBoxOne2_list .right_video .vidPage_video_item {
        width: calc((100% - 30px) / 2);
        margin-right: 0;
        margin-bottom: 25px;
    }







    /* about_lxwm,ipad */
    .abo_lxBoxOne1 .item {
        width: 100%;
    }

    .abo_lxBoxOne1 .item .icon_box {
        height: 150px;
    }

    .abo_lxBoxOne1 .item .icon_box .text {
        padding-top: 10px;
    }

    .abo_lxBoxOne1 .item .right_text {
        padding: 0 20px 0 6%;
    }

    .abo_lxBoxOne2 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .abo_lxBoxOne2 .item {
        width: calc((100% - 25px) / 2);
        margin-right: 0;
        margin-bottom: 25px;
    }

    .abo_lxBoxTwo2_form_01 .L_R_box {
        width: 100%;
    }

    .abo_lxBoxTwo_w {
        padding: 40px 0 60px;
    }

    .abo_lxBoxTwo2_form_02 button {
        width: 200px;
    }







    /* about_qynj,ipad */
    .ser_zpBoxOne2 .item {
        width: 26%;
    }

    .abo_qyBoxOne2_item_L {
        width: 100%;
    }

    .abo_qyBoxOne2_item_R {
        width: 100%;
    }

    .abo_qyBoxOne2_item_L .big_tt_box .tt_01 {
        font-size: 30px;
    }

    .abo_qyBoxOne2_item_L .big_tt_box .tt_02 {
        font-size: 20px;
    }

    .abo_qyBoxOne2_item_L .big_tt_box {
        padding-bottom: 40px;
    }

    .abo_qyBoxOne_w {
        padding: 50px 0 50px;
    }






    /* about_rlzy,ipad */
    .abo_rlBoxOne1_L {
        width: 100%;
    }

    .about_rlzy_public_item {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .about_rlzy_public_item .img_box {
        width: 50%;
    }

    .abo_rlBoxOne1_L .about_rlzy_public_item .bottom_box {
        width: 50%;
    }

    .abo_rlBoxOne1_R {
        width: 100%;
    }

    .proBoxEight1 .item {
        width: calc(100% / 2);
        border-right: none;
    }

    .proBoxEight1 {
        padding: 30px 0 30px;
    }

    .proBoxEight1 .item a {
        padding: 12px 0 12px;
    }






    /* about_rydt,ipad */
    .abo_ryBoxOne2 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .abo_ryBoxOne2 .item {
        width: calc((100% - 30px) / 2);
        margin-right: 0;
        margin-bottom: 30px;
    }






    /* application,ipad */
    .sol_zdBoxOne1 {
        width: 100%;
        line-height: 30px;
    }

    .sol_zdBoxOne2 .item {
        width: calc((100% - 30px) / 2);
        margin-bottom: 30px;
    }

    .sol_zdBoxOne2 .item a .bottom_box {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        margin-top: 15px;
    }

    .appBoxOne1_L {
        width: 100%;
    }

    .appBoxOne1_R {
        width: 100%;
        padding: 40px 0 0;
    }

    .appBoxOne1_R .item {
        width: 100%;
    }







    /* application_lshb,ipad */
    .app_lsBoxOne1_L {
        width: 100%;
    }

    .app_lsBoxOne1_R {
        width: 100%;
        padding: 40px 0 0;
    }

    .app_lsBoxOne1_R .tt {
        font-size: 28px;
        padding: 0 0 25px 0;
    }

    .app_lsBoxOne_w {
        padding: 50px 0 40px;
    }

    .sol_de2BoxTwo1 {
        line-height: 32px;
    }

    .sol_de2BoxTwo_w {
        padding: 70px 0 70px;
    }

    .solBoxFour2 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .solBoxFour2 .item {
        width: calc((100% - 30px) / 2);
        margin-right: 0;
        margin-bottom: 30px;
    }





    /* news,ipad */
    .newBoxOne1_L {
        width: 100%;
    }

    .newBoxOne1_R {
        width: 100%;
        padding: 40px 0 0;
    }

    .newBoxOne1_R_dl .item a .tt {
        font-size: 22px;
    }

    .newBoxTwo1_L .item a {
        font-size: 20px;
    }

    .newBoxTwo1_L .item a .line {
        width: 80px;
    }

    .newBoxTwo1_L .item.hover a .line {
        border-right: 40px solid #cd0909;
    }

    .newBoxTwo1_L .item:hover a .line {
        border-right: 40px solid #cd0909;
    }

    .newBoxTwo1_R a {
        font-size: 14px;
        padding: 6px 0 0;
    }

    .newBoxTwo1_L {
        width: 60%;
    }

    .newBoxTwo1_R {
        width: 34%;
    }

    .newBoxTwo2_item .item {
        width: 100%;
    }





    /* news_detail,ipad */
    .new_deBoxOne1 .big_tt {
        font-size: 26px;
    }

    .new_deBoxOne2 {
        line-height: 34px;
    }

    .new_deBoxOne3 .prev_next_page {
        width: 100%;
    }

    .new_deBoxOne3 .back_list_btn {
        width: 100%;
        border: none;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }

    .new_deBoxOne3 .prev_next_page {
        padding: 20px 15px 20px 30px;
    }

    .new_deBoxOne3 .back_list_btn a {
        padding: 20px 10px;
    }







    /* news_hyxw,ipad */
    .new_hyBoxOne1 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .new_hyBoxOne1 .item {
        width: calc((100% - 30px) / 2);
        margin-right: 0;
        margin-bottom: 30px;
    }

    .new_hyBoxOne1 .item a {
        padding: 35px 8% 30px;
    }

    .new_hyBoxOne1 .item a .bottom_box .tt {
        font-size: 22px;
        padding-top: 25px;
    }

    .new_hyBoxOne1 .item a .bottom_box .btn_box {
        font-size: 14px;
        width: 120px;
        line-height: 36px;
    }

    .new_hyBoxOne1 .item a .bottom_box .text {
        padding: 15px 0 15px;
    }






    /* news_jswz,ipad */
    .new_jsBoxOne1 {
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .new_jsBoxOne1_R {
        width: 100%;
    }

    .new_jsBoxOne1_L {
        width: 100%;
        padding: 30px 0 0;
    }

    .new_jsBoxOne1_L a .tt {
        font-size: 26px;
    }

    .new_jsBoxOne1_L a .btn_box {
        width: 120px;
        line-height: 38px;
        margin-top: 30px;
    }

    .new_jsBoxOne2 .item a {
        padding: 20px;
        -ms-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .new_jsBoxOne2 .item a .right_box .tt {
        font-size: 20px;
    }

    .new_jsBoxOne2 .item a .right_box {
        padding-left: 30px;
    }






    /* news_xmth,ipad */
    .new_xmBoxOne1 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .new_xmBoxOne1 .item {
        width: calc((100% - 30px) / 2);
        margin-right: 0;
        margin-bottom: 30px;
    }

    .new_xmBoxOne1 .item a .btn_box {
        padding-top: 25px;
    }






    /* Product,ipad */
    .proBoxOne1 .item {
        width: calc(100% / 3);
        padding: 0 10px 30px;
    }

    .proBoxTwo2_01 {
        padding: 0;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .proBoxTwo2_01_L .item {
        padding: 20px 0 20px;
    }

    .proBoxTwo2_01_L {
        width: 100%;
    }

    .proBoxTwo2_01_R {
        width: 100%;
    }

    .proBoxTwo2_02_L {
        width: 100%;
    }

    .proBoxTwo2_02_R {
        width: 100%;
        margin-top: 2px;
    }

    .proBoxTwo2_02_R .item {
        height: auto;
        padding: 20px 10px 30px 25px;
    }

    .proBoxThree1 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .proBoxThree1 .item {
        width: calc((100% - 30px) / 2);
        margin-right: 0;
        margin-bottom: 30px;
    }

    .proBoxThree1 .item .bottom_box {
        display: none;
    }
    
    .proBoxThree1 .item .hover_show_box {
        position: static;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .proBoxThree_w {
        padding: 0 0 60px;
    }

    .proBoxThree2 .item .img_box {
        width: 100%;
    }

    .proBoxThree2 .item .right_box {
        width: 100%;
        padding: 20px 10px 30px 20px;
    }

    .proBoxSeven_w {
        padding: 80px 0 100px;
    }






    /* product_detail,ipad */
    .pro_deBoxOne1_L {
        width: 74%;
        padding: 0 40px 0 0;
    }

    .pro_deBoxOne1_R {
        width: 26%;
    }

    .pro_deBoxOne1_L .tt_box .tt_01 {
        font-size: 28px;
    }

    .pro_deBoxOne1_L dl dd span {
        font-size: 28px;
    }

    .pro_deBoxOne1_L dl {
        padding: 80px 0 40px;
    }

    .pro_deBoxOne_w {
        padding: 50px 0 75px;
    }

    .pro_deBoxTwo1_L {
        display: none;
    }

    .pro_deBoxTwo1_L .item a {
        line-height: 60px;
    }

    .pro_deBoxTwo1_R {
        width: 100%;
        padding-top: 20px;
    }

    .pro_deBoxTwo1_R .btn_box_02 a .iconfont {
        font-size: 28px;
    }

    .pro_deBoxTwo1_R .btn_box_02 a span {
        font-size: 20px;
    }

    .pro_deThree1_L {
        width: 100%;
    }

    .pro_deThree1_L .iconfont {
        font-size: 70px;
    }

    .pro_deThree1_R {
        width: 100%;
        padding: 30px 0 0;
    }

    .pro_deThree1_R .text_box {
        line-height: 28px;
    }

    .pro_deThree2_01 .item {
        width: calc(100% / 3);
        padding: 0 10px 30px;
    }

    .pro_deThree2_w {
        padding: 60px 0 40px;
    }

    .pro_deThree3_01 {
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .pro_deThree3_01_R {
        width: 100%;
    }
    
    .pro_deThree3_01_L {
        width: 100%;
        padding: 30px 0 0;
    }

    .pro_deThree3_02 {
        padding-top: 40px;
    }

    .pro_deThree3_02_form .item {
        width: 100%;
        padding-top: 20px;
    }

    .pro_deThree3_02_form .item .tt_box .tt_01 {
        font-size: 24px;
    }

    .pro_deThree3_02_form .item .tt_box {
        padding-bottom: 15px;
    }

    .pro_deBoxThree table tr td {
        font-size: 16px;
        padding: 14px 5px 14px 5px;
    }

    .pro_deThree5_01 .item {
        width: 100%;
    }

    .pro_deThree5_01 .item .text_box {
        font-size: 18px;
        line-height: 32px;
    }

    .pro_deThree7_01 .item .img_box {
        width: 100%;
    }

    .pro_deThree7_01_R {
        width: 100%;
        padding: 30px 0 0;
    }

    .pro_deThree7_01_R .tt {
        font-size: 26px;
    }

    .pro_deThree8_01 .item a .bottom_text {
        font-size: 18px;
        padding: 12px 10px 12px;
    }

    .pro_deThree8_01 .item {
        width: calc((100% - 30px) / 2);
    }

    .pro_deBoxFour2_form .item {
        width: 100%;
        margin-bottom: 20px;
    }






    /* Product_list,ipad */
    .pro_liBoxOne1_L {
        width: 100%;
        padding-bottom: 30px;
    }





    /* Service_faq,ipad */
    .ser4BoxOne3 .item {
        width: 100%;
    }





    /* product_detail,ipad */
    .ser_fwBoxThree1 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .ser_fwBoxThree1 .item {
        width: calc((100% - 30px) / 2);
        margin-right: 0;
        margin-bottom: 30px;
    }







    /* Service_zppj,ipad */
    .ser_zpBoxOne3 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .ser_zpBoxOne3 .item {
        width: calc((100% - 30px) / 2);
        margin-right: 0;
        margin-bottom: 30px;
    }

    .ser_zpBoxTwo1 {
        font-size: 26px;
    }

    .ser_zpBoxTwo2 a {
        font-size: 18px;
        width: 260px;
        line-height: 50px;
    }






    /* Solution,ipad */
    .solBoxOne1 {
        width: 100%;
    }

    .solBoxTwo1 {
        width: 100%;
    }

    .solBoxTwo_w {
        padding: 50px 0 90px;
    }





    /* solution_detail,ipad */
    .sol_deBoxOne1_L {
        width: 100%;
    }

    .sol_deBoxOne1_R {
        width: 100%;
        padding: 30px 20px 20px 25px;
    }

    .sol_deBoxOne1_R_01 .right_box .tt {
        font-size: 26px;
    }

    .sol_deBoxOne1_R_01 .right_box .text {
        font-size: 18px;
    }

    .sol_deBoxOne2 {
        line-height: 32px;
    }







    /* solution_sycj,ipad */
    .sol_syBoxOne1 .item {
        width: calc((100% - 30px) / 2);
        margin-right: 0;
        margin-bottom: 30px;
    }

    .sol_syBoxOne1 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .sol_syBoxOne1 .item a .text_box {
        font-size: 26px;
    }






    /* solution_sycj_detail,ipad */
    .sol_de2BoxOne1_L {
        width: 100%;
    }

    .sol_de2BoxOne1_R {
        width: 100%;
    }

    .sol_de2BoxOne1_L .big_tt {
        font-size: 28px;
    }

    .sol_de2BoxOne1_R .tt_box .tt_01 {
        font-size: 28px;
    }
    
    .index_poster_text .poster_text_w .text_01 {
        font-size: 26px;
    }

    .pro_deBoxTwo_w {
        height: auto;
    }







    /* quanqiuzhandian,ipad */
     .Global_BoxOne1_dl .item {
        width: calc((100% - 30px) / 2);
        margin-right: 0;
    }
    
    .Global_BoxOne1_dl {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    
    .Global_BoxTwo1 {
        width: 100%;
    }
    
    .Global_BoxTwo2 {
        width: 100%;
        padding-top: 30px;
    } 


    .alibaba_gundong {
        display: none;
    }




































}



/* 
1--------------767      手机
*/
@media screen and (min-width: 1px) and (max-width: 767px) {
    .wrap {
        width: 100%;
    }



    /* index,phone */
    .pc_public_head_box {
        display: none;
    }

    .index_banner_box .prev_btn,
    .index_banner_box .next_btn {
        display: none;
    }

    .mobile_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
    }

    .mobile_placeholder_box {
        display: block;
        width: 100%;
        height: 52px;
    }

    .mobile_logo {
        margin-left: 10px;
    }

    .mobile_logo img {
        height: 40px;
    }

    .mobile_menu_btn {
        padding: 16px 10px 7px 14px;
    }

    .mobile_menu_btn span {
        width: 26px;
        margin-bottom: 6px;
    }

    .mobile_lag_icon {
        font-weight: 700;
        font-size: 12px;
        line-height: 52px;
        margin-right: 54px;
    }

    .mobile_search_icon {
        font-size: 18px;
        padding-right: 5px;
    }

    .indBoxOne_w {
        padding: 50px 10px 40px;
    }

    .indBoxOne1_L {
        width: 100%;
        border-right: none;
        padding: 0 0 30px;
    }

    .indBoxOne1 {
        padding: 30px 10px 30px;
    }

    .indBoxOne1_L .text_01 {
        font-size: 14px;
        text-align: center;
    }

    .indBoxOne1_L .text_02 {
        font-size: 14px;
        text-align: center;
        padding-top: 15px;
    }

    .indBoxOne1_R {
        width: 100%;
        padding: 0;
    }

    .indBoxOne1_R .tt {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .indBoxOne2_L .item {
        width: calc(100% / 4);
        margin-right: 0;
        margin-bottom: 15px;
        padding: 0 5px;
    }

    .indBoxOne2_L .item a .iconfont {
        font-size: 26px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
    }

    .indBoxOne2_L .item a .bottom_text {
        font-size: 12px;
    }

    .indBoxOne2 {
        padding: 30px 0 0;
    }

    .indBoxOne2_R {
        width: 100%;
        padding-top: 10px;
    }

    .indBoxOne2_R .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .indBoxOne2_R .item a .tt {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .indBoxTwo_w {
        padding: 0 10px 50px;
    }

    .indBoxTwo1 .item {
        width: 100%;
    }

    .indBoxTwo1 .item .btn_box a {
        opacity: 1;
    }

    .index_module_title .tt_box .tt_01 {
        font-size: 22px;
    }

    .index_module_title .More_btn a {
        font-size: 14px;
    }

    .index_module_title {
        padding: 0 0 25px;
    }

    .indBoxTwo1 .item .img_text .text_box .text_01 {
        font-size: 16px;
    }

    .indBoxThree_w {
        padding: 50px 10px 60px;
    }

    .indBoxThree1_L {
        width: 100%;
    }

    .indBoxThree1_L_dl .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .indBoxThree1_L_dl .item a {
        font-size: 14px;
    }

    .indBoxThree1_R {
        width: 100%;
        padding-top: 30px;
    }

    .indBoxFour_w {
        padding: 30px 10px 30px;
    }

    .indBoxFour1_01 {
        width: 100%;
        font-size: 20px;
        padding-bottom: 15px;
    }

    .indBoxFour1_02 {
        width: 100%;
        font-size: 14px;
        padding-bottom: 10px;
    }

    .indBoxFour1_02 span {
        font-size: 30px;
        padding: 0 10px;
    }

    .indBoxFour2 {
        padding-top: 10px;
    }

    .indBoxFive_w {
        padding: 50px 10px 60px;
    }

    .indBoxFive1_L {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .indBoxFive1_L .item {
        width: calc((100% - 10px) / 2);
        font-size: 14px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .indBoxFive1_R {
        width: 100%;
        padding-top: 35px;
    }

    .indBoxFive1_R_item_01 .img_item {
        width: calc((100% - 20px) / 3);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .indBoxFive1_R_item_01>.img_item:nth-child(6n) {
        margin-right: 10px;
    }

    .indBoxFive1_R_item_01>.img_item:nth-child(3n) {
        margin-right: 0;
    }

    .indBoxFive1_R_item_02 .tt {
        font-size: 18px;
    }

    .indBoxFive1_R_item_02 .text {
        font-size: 12px;
        line-height: 30px;
    }

    .indBoxFive1_R_item_02 {
        padding: 30px 0 20px;
    }

    .indBoxFive1_R_item_03 a {
        font-size: 14px;
        width: 130px;
        line-height: 40px;
    }

    .indBoxSix_w {
        padding: 50px 10px 30px;
    }

    .indBoxSix1 .item {
        width: 100%;
        padding: 0 20px 25px;
    }

    .indBoxSix1 .item a .img_box {
        height: 50px;
    }

    .indBoxSix1 .item a .bottom_box .tt {
        font-size: 16px;
    }

    .indBoxSix1 .item a .bottom_box .text {
        padding-top: 5px;
    }

    .indBoxSix1 .item a .bottom_box {
        padding: 15px 0 0;
    }

    .indBoxSeven_w {
        padding: 0 10px 50px;
    }

    .indBoxSeven1 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .indBoxSeven1 .item .bottom_box .tt {
        font-size: 16px;
    }

    .indBoxSeven1 .item .bottom_box .text {
        font-size: 12px;
    }

    .foot_top_w {
        padding: 40px 10px 20px;
    }

    .foot_top_L {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }

    .foot_top_L_list {
        display: none;
    }

    .foot_top_L_form input {
        width: calc(100% - 100px);
    }

    .foot_top_L_form button {
        font-size: 14px;
        width: 100px;
    }

    .foot_top_R {
        width: 100%;
        padding: 30px 0 0;
    }

    .foot_top_R_01 .item .tt_box {
        font-size: 14px;
    }

    .foot_top_R_01 .item .tt_box .line {
        height: 13px;
        margin-right: 8px;
    }

    .foot_top_R_01 .item a {
        font-size: 18px;
    }

    .foot_top_R_02 {
        font-size: 14px;
        padding-top: 20px;
    }

    .foot_top_R_03 .left_img .img_tt {
        font-size: 14px;
    }

    .foot_top_R_03 .right_icon {
        width: 100%;
        padding: 0;
    }

    .foot_top_R_03 .right_icon .item a .icon {
        width: 44px;
        height: 44px;
    }

    .foot_top_R_03 .right_icon .item a span {
        width: calc(100% - 44px);
    }

    .foot_top_R_03 .left_img {
        display: none;
    }

    .foot_bottom_w {
        padding: 12px 10px 12px;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .foot_bottom_w .L_text {
        width: 100%;
        font-size: 12px;
        text-align: center;
    }

    .foot_bottom_w .R_a {
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding-top: 6px;
    }

    .ind_video_maskBox .video_Box_1 {
        width: 94%;
        height: 190px;
    }

    .ind_video_maskBox .video_Box_1 .closeBtn {
        font-size: 18px;
    }







    /* about,phone */
    .SubPage_banner_w {
        padding: 0 10px;
        height: 120px;
    }

    .SubPage_banner_w .banner_tt_box .tt_01 {
        font-size: 14px;
    }

    .SubPage_banner_w .banner_tt_box .tt_02 {
        font-size: 12px;
        padding-top: 5px;
    }

    .SubPage_banner_w .banner_tt_box {
        width: 130px;
        padding: 10px 5px 10px 20px;
        background: rgba(2, 0, 27, 0.7);
    }

    .SubPage_crumbs_w {
        padding: 12px 10px 12px 10px;
    }

    .SubPage_crumbs_w .crumbs_text {
        font-size: 12px;
    }

    .SubPage_crumbs_w .crumbs_a {
        font-size: 12px;
    }

    .aboBoxOne1 .item {
        width: calc((100% - 10px) / 2);
        margin: 0 0 10px;
    }

    .aboBoxOne1 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .aboBoxOne_w {
        padding: 50px 10px 30px;
    }

    .aboBoxOne1 .item a {
        font-size: 14px;
        line-height: 40px;
    }

    .aboBoxTwo_w {
        padding: 0 10px 50px;
    }

    .SubPage_public_title .tt_01 {
        font-size: 22px;
    }

    .SubPage_public_title .line {
        width: 60px;
        border-right: 30px solid #d10707;
    }

    .SubPage_public_title {
        padding-bottom: 25px;
    }

    .aboBoxTwo1 {
        font-size: 14px;
    }

    .aboBoxThree_w {
        padding: 50px 10px 30px;
    }

    .aboBoxThree1 .item {
        width: 150px;
        height: 150px;
        margin: 0 10px 20px;
    }

    .aboBoxThree1 .item .num_box {
        font-size: 20px;
    }

    .aboBoxThree1 .item .text {
        font-size: 12px;
        padding-top: 6px;
    }

    .aboBoxFour_w {
        padding: 60px 10px 70px;
    }

    .aboBoxFour1_L_box {
        width: 100%;
    }

    .aboBoxFour1_L_item .img_box .iconfont {
        font-size: 55px;
    }

    .aboBoxFour1_R_box {
        width: 100%;
        padding: 25px 0 0;
    }

    .aboBoxFour1_R_dl dd .right_text {
        padding-left: 15px;
    }

    .aboBoxFour1_R_dl dd .right_text .text_01 {
        font-size: 14px;
    }

    .aboBoxFour1_R_dl dd .right_text .text_02 {
        font-size: 14px;
        padding: 6px 0 6px;
    }

    .aboBoxFour1_R_dl dd .right_text .text_03 {
        font-size: 12px;
    }

    .aboBoxFive_w {
        height: auto;
        padding: 50px 10px 50px;
    }

    .aboBoxFive1 {
        position: static;
        width: 100%;
        height: auto;
        background: none;
        padding: 0px 0px 30px 0;
    }

    .aboBoxFive2 {
        width: 100%;
    }

    .aboBoxFive1 .tt {
        font-size: 20px;
    }

    .aboBoxFive1 .text {
        font-size: 14px;
    }

    .aboBoxSix_w {
        padding: 50px 10px 20px;
    }

    .aboBoxSix1 {
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .aboBoxSix1_R {
        width: 100%;
    }

    .aboBoxSix1_L {
        width: 100%;
        padding: 20px 0 0;
    }

    .aboBoxSix1_L .bottom_text {
        font-size: 14px;
    }

    .aboBoxSix2 .tt_box {
        font-size: 18px;
    }

    .aboBoxSix2 {
        padding-top: 40px;
    }

    .aboBoxSix2_01 .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .SubPage_foot_02 {
        display: none;
    }

    .SubPage_foot_box_w {
        padding: 12px 10px 12px;
    }

    .SubPage_foot_01 {
        width: 100%;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    
    .SubPage_foot_01 img {
        width: 100px;
    }

    .SubPage_foot_01 span {
        font-size: 12px;
        padding: 0;
    }
    
    .SubPage_foot_01 span a {
        display: block;
        text-align: center;
    }





    /* about_bdyx,phone */
    .abo_bdBoxOne_w {
        padding: 50px 10px 0;
    }

    .abo_bdBoxOne1 .item {
        padding: 20px 10px 15px;
        margin-bottom: 40px;
    }

    .abo_bdBoxOne1_01 .iconfont {
        width: 40px;
        font-size: 30px;
    }

    .abo_bdBoxOne1_01 span {
        font-size: 18px;
        width: calc(100% - 40px);
    }

    .vidBoxOne2_list .left_video {
        width: 100%;
    }

    .vidBoxOne2_list .right_video {
        width: 100%;
        padding-top: 20px;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .vidPage_video_item .img_box .iconfont {
        font-size: 50px;
    }

    .vidBoxOne2_list .right_video .vidPage_video_item {
        width: calc((100% - 10px) / 2);
        margin-right: 0;
        margin-bottom: 20px;
    }

    .vidPage_video_item .bottom_text .text_02 {
        font-size: 12px;
    }

    .vidBoxOne2_list .right_video .vidPage_video_item .img_box .iconfont {
        font-size: 35px;
    }






    /* about_lxwm,phone */
    .abo_lxBoxOne_w {
        padding: 50px 10px 0;
    }

    .abo_lxBoxOne1 .item {
        width: 100%;
        margin-bottom: 10px;
    }

    .abo_lxBoxOne1 .item .icon_box {
        width: 70px;
        height: 120px;
    }

    .abo_lxBoxOne1 .item .right_text {
        font-size: 14px;
        line-height: 24px;
        width: calc(100% - 70px);
        padding: 0 10px 0 6%;
    }

    .abo_lxBoxOne1 .item .icon_box .iconfont {
        font-size: 30px;
    }

    .abo_lxBoxOne1 .item .icon_box .text {
        font-size: 14px;
        padding-top: 10px;
    }

    .abo_lxBoxOne1 .item .right_text a {
        font-size: 14px;
        padding: 5px 0;
    }

    .abo_lxBoxOne2 .item {
        width: calc((100% - 10px) / 2);
        margin-right: 0;
        margin-bottom: 10px;
    }

    .abo_lxBoxOne2 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .abo_lxBoxOne2 .item a .iconfont {
        font-size: 30px;
    }

    .abo_lxBoxOne2 .item a .text {
        font-size: 12px;
        padding-top: 10px;
    }

    .abo_lxBoxOne2 .item a {
        padding: 20px 5px 25px;
    }

    .abo_lxBoxTwo_w {
        padding: 40px 10px 60px;
    }

    .abo_lxBoxTwo1 {
        font-size: 12px;
        line-height: 24px;
    }

    .abo_lxBoxTwo2_form_01 .L_R_box {
        width: 100%;
    }

    .abo_lxBoxTwo2_form_01 .L_R_box .item select {
        font-size: 14px;
        height: 46px;
    }

    .abo_lxBoxTwo2_form_01 .L_R_box .item {
        margin-bottom: 15px;
    }

    .abo_lxBoxTwo2_form_01 .L_R_box .item input {
        height: 46px;
    }

    .abo_lxBoxTwo2_form_01 .L_R_box .item ::-webkit-input-placeholder {
        font-size: 14px;
    }

    .abo_lxBoxTwo2_form_01 .L_R_box .item textarea {
        height: 100px;
    }

    .abo_lxBoxTwo2_form_02 button {
        font-size: 14px;
        width: 120px;
        margin: 0 10px;
        height: 38px;
    }








    /* about_qynj,phone */
    .abo_qyBoxOne_w {
        padding: 50px 10px 40px;
    }

    .ser_zpBoxOne2 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .ser_zpBoxOne2 .item {
        font-size: 14px;
        width: calc((100% - 10px) / 2);
        height: 42px;
        line-height: 42px;
        margin: 0 0 10px;
    }

    .abo_qyBoxOne2_item_L {
        width: 100%;
    }

    .abo_qyBoxOne2_item_R {
        width: 100%;
    }

    .abo_qyBoxOne2_item_L .big_tt_box .tt_01 {
        font-size: 18px;
    }

    .abo_qyBoxOne2_item_L .big_tt_box .tt_02 {
        font-size: 16px;
    }

    .abo_qyBoxOne2_item_L .big_tt_box {
        padding-bottom: 20px;
    }

    .abo_qyBoxOne2_item_L_dl .item .date_tt {
        font-weight: 700;
        font-size: 16px;
    }

    .abo_qyBoxOne2_item_L_dl .item .item_content .text {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 6px;
    }

    .abo_qyBoxOne2_item_L_dl .item {
        padding-bottom: 30px;
    }






    /* about_rlzy,phone */
    .abo_rlBoxOne1_L {
        width: 100%;
    }

    .abo_rlBoxOne_w {
        padding: 50px 10px 0;
    }

    .abo_rlBoxOne1_L .about_rlzy_public_item .bottom_box {
        padding: 25px 15px 40px 15px;
    }

    .about_rlzy_public_item .bottom_box .line {
        width: 60px;
    }

    .about_rlzy_public_item .bottom_box .text_box .text_01 {
        font-size: 16px;
    }

    .abo_rlBoxOne1_R {
        width: 100%;
    }

    .abo_rlBoxOne1_R>.about_rlzy_public_item:nth-child(1) {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .abo_rlBoxOne1_R .about_rlzy_public_item .img_box {
        width: 100%;
    }

    .abo_rlBoxOne1_R .about_rlzy_public_item .bottom_box {
        width: 100%;
    }

    .abo_rlBoxOne1_R>.about_rlzy_public_item:nth-child(2) {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .proBoxEight_w {
        padding: 50px 10px 50px;
    }

    .proBoxEight1 .item {
        width: 100%;
        border-right: none;
        padding: 0;
    }

    .proBoxEight1 .item a {
        -ms-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding: 10px 0 10px;
    }

    .proBoxEight1 {
        border: none;
        padding: 0 0 20px 10px;
    }

    .proBoxEight1 .item a .iconfont {
        width: 40px;
        font-size: 22px;
    }

    .proBoxEight1 .item a span {
        font-size: 14px;
        padding-left: 0;
    }

    .proBoxEight2 {
        padding: 0 10px 0;
    }

    .proBoxEight2 .text_a {
        font-size: 14px;
        line-height: 30px;
        padding: 12px 0 12px;
    }

    .proBoxEight2 .text_a a {
        font-size: 14px;
    }

    .proBoxEight2 .tt {
        padding-bottom: 20px;
    }






    /* about_rydt,phone */
    .abo_ryBoxOne_w {
        padding: 50px 10px 40px;
    }

    .abo_ryBoxOne2 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .abo_ryBoxOne2 .item {
        width: calc((100% - 10px) / 2);
        margin-right: 0;
        margin-bottom: 15px;
    }

    .public_paging a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        margin: 0 4px 10px;
    }

    .public_paging a.prev,
    .public_paging a.next {
        width: 60px;
    }






    /* application,phone */
    .sol_zdBoxOne_w {
        padding: 50px 10px 20px;
    }

    .sol_zdBoxOne1 {
        width: 100%;
        font-size: 12px;
    }

    .sol_zdBoxOne2 .item {
        width: 100%;
        margin-bottom: 25px;
    }

    .sol_zdBoxOne2 .item a .bottom_box {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }

    .appBoxOne_w {
        padding: 0 10px 30px;
    }

    .appBoxOne1_L {
        width: 100%;
    }

    .appBoxOne1_R {
        width: 100%;
        padding: 30px 0 0;
    }

    .appBoxOne1_R .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .appBoxOne1_R .item a .tt {
        font-size: 16px;
    }

    .appBoxOne1_R .item a .text {
        font-size: 14px;
    }

    .sol_zdBoxTwo_w {
        padding: 0 10px 0;
    }






    /* application_lshb,phone */
    .app_lsBoxOne_w {
        padding: 50px 10px 30px;
    }

    .app_lsBoxOne1_L {
        width: 100%;
    }

    .app_lsBoxOne1_R {
        width: 100%;
        padding: 30px 0 0;
    }

    .app_lsBoxOne1_R .tt {
        font-size: 18px;
        padding: 0 0 25px;
    }

    .sol_de2BoxOne1_L_dl .item {
        width: calc(100% / 2);
        padding: 0 10px 30px;
    }

    .sol_de2BoxOne1_L_dl .item a .round_box {
        width: 130px;
        height: 130px;
    }

    .sol_de2BoxTwo_w {
        padding: 50px 10px 50px;
    }

    .sol_de2BoxTwo1 {
        font-size: 14px;
        line-height: 28px;
    }

    .sol_de2BoxThree_w {
        padding: 50px 10px 0;
    }

    .sol_de2BoxThree1 {
        font-size: 12px;
        line-height: 24px;
    }

    .solBoxFour2 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .solBoxFour2 .item {
        width: calc((100% - 10px) /2);
        margin-right: 0;
        margin-bottom: 10px;
    }

    .solBoxFour2 .item a .bottom_text {
        font-size: 14px;
        padding: 10px 10px 10px;
    }

    .app_lsBoxTwo_w {
        padding: 50px 10px 0;
    }





    /* news,phone */
    .newBoxOne_w {
        padding: 50px 10px 20px;
    }

    .newBoxOne1_L {
        width: 100%;
    }

    .newBoxOne1_R {
        width: 100%;
        padding: 30px 0 0;
    }

    .newBoxOne1_R_dl .item a .tt {
        font-size: 16px;
    }

    .newBoxOne1_R_dl .item a .date {
        font-size: 12px;
        padding-top: 8px;
    }

    .newBoxOne1_R_dl .item a .text {
        font-size: 12px;
        line-height: 24px;
        padding-top: 6px;
    }

    .newBoxOne1_R_dl .item {
        margin-bottom: 20px;
    }

    .newBoxTwo_w {
        padding: 0 10px 0;
    }

    .newBoxTwo1_L .item a {
        font-size: 16px;
    }

    .newBoxTwo1_L .item a .line {
        width: 64px;
    }

    .newBoxTwo1_L .item.hover a .line {
        border-right: 32px solid #cd0909;
    }

    .newBoxTwo1_L .item:hover a .line {
        border-right: 32px solid #cd0909;
    }

    .newBoxTwo1_R a {
        font-size: 12px;
        padding: 20px 0 8px;
    }

    .newBoxTwo1_L {
        width: 100%;
    }

    .newBoxTwo1_R {
        width: 100%;
    }

    .newBoxTwo2_item .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .newBoxTwo1 {
        padding-bottom: 35px;
    }

    .newBoxTwo2_item .item a .img_box {
        width: 100%;
    }

    .newBoxTwo2_item .item a .right_box {
        width: 100%;
        padding: 20px 0 0;
    }

    .newBoxTwo2_item .item a .right_box .tt {
        font-size: 16px;
    }

    .newBoxTwo2_item .item a .right_box .text {
        font-size: 14px;
        padding-top: 6px;
    }






    /* news_detail,phone */
    .new_deBoxOne_w {
        padding: 40px 10px 0;
    }

    .new_deBoxOne1 .big_tt {
        font-size: 18px;
        line-height: 30px;
    }

    .new_deBoxOne1 .date_box .iconfont {
        font-size: 14px;
    }

    .new_deBoxOne1 .date_box span {
        font-size: 14px;
    }

    .new_deBoxOne1 .date_box {
        padding-top: 15px;
    }

    .new_deBoxOne2 {
        font-size: 14px;
        line-height: 28px;
        padding: 20px 0 30px;
    }

    .new_deBoxOne3 .prev_next_page {
        width: 100%;
    }

    .new_deBoxOne3 .back_list_btn {
        width: 100%;
        border: none;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }

    .new_deBoxOne3 .prev_next_page {
        font-size: 14px;
        padding: 15px 10px 15px 15px;
    }

    .new_deBoxOne3 .back_list_btn a {
        font-size: 14px;
        padding: 15px 10px;
    }






    /* news_hyxw,phone */
    .new_hyBoxOne_w {
        padding: 50px 20px 0;
    }

    .new_hyBoxOne1 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .new_hyBoxOne1 .item a {
        padding: 30px 20px 30px;
    }

    .new_hyBoxOne1 .item a .bottom_box .tt {
        font-size: 16px;
        padding-top: 25px;
    }

    .new_hyBoxOne1 .item a .bottom_box .text {
        font-size: 14px;
        padding: 10px 0 15px;
    }

    .new_hyBoxOne1 .item a .bottom_box .btn_box {
        font-size: 14px;
        width: 110px;
        line-height: 34px;
    }






    /* news_jswz,phone */
    .new_jsBoxOne_w {
        padding: 50px 10px 0;
    }

    .new_jsBoxOne1 {
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 50px;
    }

    .new_jsBoxOne1_R {
        width: 100%;
    }

    .new_jsBoxOne1_L {
        width: 100%;
        padding: 20px 0 0;
    }

    .new_jsBoxOne1_L a .tt {
        font-size: 16px;
    }

    .new_jsBoxOne1_L a .btn_box {
        font-size: 14px;
        width: 110px;
        line-height: 34px;
        margin-top: 20px;
    }

    .new_jsBoxOne2 .item a {
        padding: 20px 15px 40px;
    }

    .new_jsBoxOne2 .item a .img_box {
        width: 100%;
    }

    .new_jsBoxOne2 .item a .right_box {
        width: 100%;
        padding: 20px 0 0;
    }

    .new_jsBoxOne2 .item a .right_box .tt {
        font-size: 16px;
    }

    .new_jsBoxOne2 .item a .right_box .date {
        padding-top: 10px;
    }






    /* news_xmth,phone */
    .new_xmBoxOne_w {
        padding: 50px 10px 0;
    }

    .new_xmBoxOne1 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .new_xmBoxOne1 .item a .tt {
        font-size: 16px;
    }

    .new_xmBoxOne1 .item a .text {
        font-size: 14px;
    }

    .new_xmBoxOne1 .item a .btn_box {
        font-size: 14px;
        padding-top: 20px;
    }






    /* Product,phone */
    .proBoxOne_w {
        padding: 30px 10px 0;
    }

    .proBoxOne1 .item {
        width: calc(100% / 2);
        padding: 0 10px 30px;
    }

    .proBoxOne1 .item a .bottom_text {
        font-size: 14px;
    }

    .proBoxTwo_w {
        padding: 50px 10px 60px;
    }

    .proBoxTwo1 a {
        font-size: 14px;
    }

    .proBoxTwo2_01 {
        padding: 0;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .proBoxTwo2_01_R {
        width: 100%;
    }

    .proBoxTwo2_01_R a span {
        font-size: 14px;
    }

    .proBoxTwo2_01_L {
        width: 100%;
    }

    .proBoxTwo2_01_L .item {
        padding: 15px 0 15px;
    }

    .proBoxTwo2_01_L .item a {
        font-size: 14px;
        padding: 2px 15px 3px;
    }

    .proBoxTwo2_02_L {
        width: 100%;
    }

    .proBoxTwo2_02_L a img {
        width: 100%;
    }

    .proBoxTwo2_02_R {
        width: 100%;
        margin-top: 2px;
    }

    .proBoxTwo2_02_R .item {
        height: auto;
        padding: 20px 10px 20px 15px;
    }

    .proBoxTwo2_02_R .item .icon_tt .iconfont {
        width: 30px;
        font-size: 20px;
    }

    .proBoxTwo2_02_R .item .icon_tt .tt {
        font-size: 14px;
        width: calc(100% - 30px);
    }

    .proBoxTwo2_02_R .item .text_box {
        font-size: 12px;
        padding: 0;
    }

    .proBoxTwo2_02_R .item .icon_tt {
        padding-bottom: 10px;
    }

    .proBoxThree_w {
        padding: 0 10px 40px;
    }

    .proBoxThree1 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .proBoxThree1 .item .bottom_box {
        display: none;
    }

    .proBoxThree1 .item .hover_show_box {
        position: static;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .proBoxThree1 .item .hover_show_box .tt {
        font-size: 16px;
    }

    .proBoxThree2 .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .proBoxThree2 .item .img_box {
        width: 100%;
    }

    .proBoxThree2 .item .right_box {
        width: 100%;
        padding: 20px 10px 30px 20px;
    }

    .proBoxThree2 .item .right_box .tt_box .tt_01 {
        font-size: 16px;
    }

    .proBoxThree2 .item .right_box .tt_box .tt_02 {
        font-size: 14px;
        padding-top: 4px;
    }

    .proBoxThree2 .item .right_box .tt_box {
        padding-bottom: 10px;
    }

    .proBoxThree2 .item .right_box .parameter_box {
        font-size: 12px;
        padding: 0 0 10px;
    }

    .proBoxSeven_w {
        padding: 50px 10px 20px;
    }

    .proBoxSeven1 .tt_01 {
        font-size: 20px;
    }

    .proBoxSeven1 .tt_02 {
        font-size: 12px;
        line-height: 24px;
    }

    .proBoxSeven1 {
        padding-bottom: 30px;
    }

    .proBoxSeven2 .item {
        width: calc(100% / 2);
        padding: 0 15px 30px;
    }

    .proBoxSeven2 .item a .bottom_text {
        font-size: 14px;
    }

    .proBoxSeven2 .item a .img_box {
        height: 40px;
    }






    /* product_detail,phone */
    .pro_deBoxOne_w {
        padding: 50px 10px 60px;
    }

    .pro_deBoxOne1 {
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .pro_deBoxOne1_R {
        width: 100%;
    }

    .pro_deBoxOne1_R img {
        max-height: 340px;
    }

    .pro_deBoxOne1_L {
        width: 100%;
        padding: 30px 0 0;
    }

    .pro_deBoxOne1_L .tt_box .tt_01 {
        font-size: 18px;
        color: #444444;
    }

    .pro_deBoxOne1_L .tt_box .tt_02 {
        font-size: 12px;
        color: #444444;
    }

    .pro_deBoxOne1_L .tt_box .text {
        color: #444444;
        padding-top: 20px;
    }

    .pro_deBoxOne1_L dl dd span {
        font-size: 16px;
    }

    .pro_deBoxOne1_L dl dd div {
        font-size: 12px;
    }

    .pro_deBoxOne1_L .btn_box a {
        font-size: 14px;
        width: 110px;
        line-height: 36px;
    }

    .pro_deBoxOne1_L dl {
        padding: 35px 0 25px;
    }

    .pro_deBoxTwo1_L {
        display: none;
    }

    .pro_deBoxTwo1_R .btn_box_02 a .iconfont {
        font-size: 20px;
    }

    .pro_deBoxTwo1_R .btn_box_02 a span {
        font-size: 14px;
    }

    .pro_deBoxTwo1_R .btn_box_01 a span {
        font-size: 14px;
    }

    .pro_deBoxTwo1_R .btn_box_01 a {
        width: 145px;
        height: 40px;
    }

    .pro_deThree1_w {
        padding: 50px 10px 50px;
    }

    .pro_deThree1_L {
        width: 100%;
    }

    .pro_deThree1_L .iconfont {
        font-size: 50px;
    }

    .pro_deThree1_R {
        width: 100%;
        padding: 25px 0 0;
    }

    .pro_deThree2_w {
        padding: 50px 10px 30px;
    }

    .pro_deThree2_01 .item {
        width: calc(100% / 2);
        padding: 0 10px 20px;
    }

    .pro_deThree2_01 .item .icon {
        width: 80px;
        height: 80px;
        padding: 20px;
    }

    .pro_deThree2_01 .item .tt {
        font-size: 16px;
        padding-top: 15px;
    }

    .pro_deThree2_01 .item .text {
        font-size: 12px;
        line-height: 22px;
    }

    .pro_deThree3_w {
        padding: 50px 10px 50px;
    }

    .pro_deThree3_01 {
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .pro_deThree3_01_R {
        width: 100%;
    }

    .pro_deThree3_01_L {
        width: 100%;
        padding-top: 20px;
    }

    .pro_deThree3_01_L dl dd {
        padding: 15px 10px 15px 0;
    }

    .pro_deThree3_01_L dl dd span {
        font-size: 12px;
    }

    .pro_deThree3_02_form .item {
        width: 100%;
        padding-top: 30px;
    }

    .pro_deThree3_02 {
        padding-top: 20px;
    }

    .pro_deThree3_02_form .item .tt_box .tt_01 {
        font-size: 16px;
    }

    .pro_deThree3_02_form .item .tt_box .tt_02 {
        font-size: 12px;
    }

    .pro_deThree3_02_form .item .bottom_box .btn_box {
        width: 90px;
        font-size: 14px;
    }

    .pro_deThree3_02_form .item .bottom_box select, 
    .pro_deThree3_02_form .item .bottom_box input {
        width: calc(100% - 90px);
    }

    .pro_deThree3_02_form .item .tt_box {
        padding-bottom: 15px;
    }

    .pro_deThree4_w {
        padding: 50px 10px 50px;
    }

    .pro_deBoxThree table tr td {
        font-size: 14px;
        padding: 12px 5px 12px 5px;
    }
    
    .pro_deThree5_w {
        padding: 50px 10px 0;
    }

    .pro_deThree5_01 .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .pro_deThree5_01 .item .img_box {
        width: 100%;
    }

    .pro_deThree5_01 .item .text_box {
        font-size: 16px;
        width: 100%;
        padding: 15px 15px 30px;
        line-height: 28px;
    }

    .pro_deThree6_w {
        padding: 40px 10px 50px;
    }

    .pro_deThree7_w {
        padding: 50px 10px 50px;
    }

    .pro_deThree7_01 .item .img_box {
        width: 100%;
    }

    .pro_deThree7_01_R {
        width: 100%;
        padding: 20px 0 0;
    }

    .pro_deThree7_01_R .tt {
        font-size: 16px;
    }

    .pro_deThree7_01_R_dl dd {
        width: 100%;
        margin-bottom: 15px;
    }

    .pro_deThree7_01_R_dl dd .iconfont {
        font-size: 30px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .pro_deThree7_01_R_dl dd .R_text_box {
        width: calc(100% - 50px);
    }

    .pro_deThree7_01_R_dl dd .R_text_box .R_text_01 {
        font-size: 14px;
    }

    .pro_deThree7_01_R_dl dd .R_text_box .R_text_02 {
        font-size: 12px;
        padding-top: 4px;
    }

    .pro_deThree7_01_R .btn_box a span {
        font-size: 12px;
    }

    .pro_deThree7_01_R .btn_box>a:nth-child(2) {
        margin-left: 10px;
    }

    .pro_deThree7_01_R .btn_box a {
        width: 150px;
        height: 40px;
    }

    .pro_deThree7_01 .owl-controls .owl-dots .owl-dot span {
        width: 40px;
    }

    .pro_deThree8_w {
        padding: 50px 10px 30px;
    }

    .pro_deThree8_01 .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .pro_deThree8_01 .item a .bottom_text {
        font-size: 16px;
    }

    .pro_deBoxFour_w {
        padding: 50px 10px 50px;
    }

    .pro_deBoxFour1 .tt_01 {
        font-size: 22px;
    }

    .pro_deBoxFour1 .tt_02 {
        font-size: 12px;
        line-height: 22px;
    }

    .pro_deBoxFour1 {
        padding-bottom: 25px;
    }

    .pro_deBoxFour2_form .item {
        width: 100%;
        margin-bottom: 15px;
    }

    .pro_deBoxFour2_form .item input, 
    .pro_deBoxFour2_form .item select {
        height: 44px;
    }

    .pro_deBoxFour2_form .item textarea {
        height: 90px;
    }

    .pro_deBoxFour2_form .btn_box button,
    .pro_deBoxFour2_form .btn_box a {
        font-size: 14px;
        width: 110px;
        height: 38px;
        line-height: 38px;
    }






    /* Product_list,phone */
    .pro_liBoxOne_w {
        padding: 50px 10px 0;
    }

    .pro_liBoxOne1_L {
        width: 100%;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .pro_liBoxOne1_L .item {
        width: calc((100% - 10px) / 2);
        border: none;
        padding: 0 20px 15px 20px;
    }
    
    .pro_liBoxOne1_L .item a {
        font-size: 14px;
        text-align: center;
    }

    .pro_liBoxOne1_L>.item:first-child {
        padding: 0 20px 2px 20px;
    }






    /* Service_faq,phone */
    .ser4BoxOne1 {
        padding: 50px 10px 60px;
    }

    .ser4BoxOne2_form button {
        font-size: 14px;
        width: 90px;
        height: 42px;
    }

    .ser4BoxOne2_form input {
        width: calc(100% - 90px);
        height: 42px;
        padding: 0 10px 0 15px;
    }

    .ser4BoxOne2_form ::-webkit-input-placeholder {
        font-size: 14px;
    }

    .ser4BoxOne3 .item {
        border: 5px solid #f5f5f5;
        width: 100%;
        padding: 20px 10px 15px;
    }

    .ser4BoxOne3 .item .top_box .More_btn span {
        font-size: 14px;
    }

    .ser4BoxOne3 .item .top_box .More_btn .iconfont {
        font-size: 16px;
    }

    .ser4BoxOne3 .item .bottom_box a .right_date {
        font-size: 12px;
        width: 75px;
    }

    .ser4BoxOne3 .item .bottom_box a .left_text {
        font-size: 12px;
        width: calc(100% - 75px);
    }

    .ser4BoxOne2 {
        padding-bottom: 30px;
    }

    .ser4BoxOne4 {
        padding-top: 30px;
    }

    .ser3BoxOne3_01 {
        padding: 30px 10px 30px 15px;
    }

    .ser3BoxOne3_01 .tt {
        font-size: 18px;
    }

    .ser3BoxOne3_01 .text {
        font-size: 14px;
    }

    .ser3BoxOne3_01 .btn_box a {
        width: 100px;
        line-height: 40px;
        font-size: 14px;
    }

    .ser3BoxOne3_01 .btn_box>a:nth-child(2) {
        width: 185px;
        margin-left: 15px;
    }





    /* product_detail,phone */
    .ser_fwBoxOne_w {
        padding: 50px 10px 0;
    }

    .ser_fwBoxOne1 {
        font-size: 14px;
        line-height: 28px;
    }

    .ser_fwBoxTwo_w {
        padding: 50px 10px 0;
    }

    .ser_fwBoxTwo1 {
        font-size: 14px;
        line-height: 28px;
        padding-bottom: 30px;
    }

    .ser_fwBoxThree_w {
        padding: 50px 10px 0;
    }

    .ser_fwBoxThree1 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    
    .ser_fwBoxThree1 .item {
        width: calc((100% - 10px) / 2);
        margin-right: 0;
        margin-bottom: 10px;
    }

    .ser_fwBoxThree1 .item a .iconfont {
        font-size: 32px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .ser_fwBoxThree1 .item a .tt {
        font-size: 14px;
    }

    .ser_fwBoxThree1 .item a .text {
        font-size: 12px;
    }

    .ser_fwBoxThree1 .item a {
        padding: 25px 10px 25px;
    }






    /* Service_wxby,phone */
    .ser_wxBoxOne_w {
        padding: 50px 10px 60px;
    }

    .ser_wxBoxOne1_01 span {
        font-size: 16px;
        width: calc(100% - 35px);
    }

    .ser_wxBoxOne1_01 .iconfont {
        font-size: 20px;
        width: 35px;
    }

    .ser_wxBoxOne1_02 {
        padding: 25px 15px 25px 15px;
    }

    .ser_wxBoxOne1_02 .right_text .tt {
        font-size: 14px;
    }

    .ser_wxBoxOne1_02 .right_text .date {
        font-size: 12px;
        padding-top: 8px;
    }

    .ser_wxBoxOne1_02 .right_text .text {
        font-size: 12px;
        line-height: 26px;
    }

    .ser_wxBoxOne1_02 .right_text {
        padding: 6px 0 0 15px;
    }






    /* Service_zppj,phone */
    .ser_zpBoxOne_w {
        padding: 50px 10px 30px;
    }

    .ser_zpBoxOne1 {
        font-size: 12px;
        line-height: 24px;
        padding-bottom: 30px;
    }

    .ser_zpBoxOne3 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .ser_zpBoxOne3 .item {
        width: calc((100% - 10px) / 2);
        margin-bottom: 10px;
        margin-right: 0;
    }

    .ser_zpBoxOne3 .item a .img_box {
        height: 190px;
        padding: 10px;
    }

    .ser_zpBoxOne3 .item a .bottom_text {
        font-size: 14px;
    }

    .ser_zpBoxTwo_w {
        padding: 50px 10px 50px;
    }

    .ser_zpBoxTwo1 {
        font-size: 18px;
    }

    .ser_zpBoxTwo2 a {
        width: 160px;
        line-height: 44px;
        font-size: 12px;
        margin: 0 5px;
    }

    .ser_zpBoxTwo2 > a:nth-child(1) {
        width: 120px;
    }

    .ser_zpBoxTwo2 {
        padding-top: 30px;
    }





    /* Solution,phone */
    .solBoxOne_w {
        padding: 50px 10px 40px;
    }

    .solBoxOne1 {
        width: 100%;
        font-size: 12px;
    }

    .solBoxTwo_w {
        padding: 50px 10px 50px;
    }

    .solBoxTwo1 {
        width: 100%;
    }

    .solBoxTwo1 .tt_box .tt_01 {
        font-size: 20px;
    }

    .solBoxTwo1 .tt_box .tt_02 {
        font-size: 14px;
        padding-top: 10px;
    }

    .solBoxTwo1_dl .item {
        width: calc((100% - 10px) / 2);
        margin-right: 0;
        margin-bottom: 15px;
    }

    .solBoxTwo1_dl {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .solBoxTwo1_dl .item a {
        font-size: 14px;
        height: 44px;
        line-height: 44px;
    }

    .solBoxTwo1_dl > .item:nth-last-child(2) {
        width: calc((100% - 10px) / 2);
        margin-bottom: 15px;
    }

    .solBoxTwo1_dl > .item:nth-last-child(1) {
        width: 100%;
        margin: 0;
    }

    .solBoxThree_w {
        padding: 50px 10px 50px;
    }

    .solBoxThree1 {
        font-size: 12px;
        line-height: 24px;
    }

    .solBoxFour_w {
        padding: 50px 10px 50px;
    }

    .solBoxFour1 {
        font-size: 12px;
        line-height: 24px;
    }





    /* solution_detail,phone */
    .sol_deBoxOne_w {
        padding: 50px 10px 40px;
    }

    .sol_deBoxOne1_L {
        width: 100%;
    }

    .sol_deBoxOne1_R {
        width: 100%;
        padding: 30px 15px 20px 15px;
    }

    .sol_deBoxOne1_R_01 .img_box {
        width: 70px;
        margin-right: 20px;
    }

    .sol_deBoxOne1_R_01 .right_box {
        width: calc(100% - 70px - 20px);
    }

    .sol_deBoxOne1_R_01 .right_box .tt {
        font-size: 16px;
    }
    
    .sol_deBoxOne1_R_01 .right_box .text {
        font-size: 14px;
    }

    .sol_deBoxOne2 {
        font-size: 14px;
        line-height: 28px;
    }

    .sol_deBoxTwo_w {
        padding: 0 10px 50px;
    }






    /* solution_fapz,phone */
    .sol_faBoxOne_w {
        padding: 50px 10px 0;
    }

    .sol_faBoxOne2_item .L_text {
        width: 100%;
        font-size: 14px;
        padding-bottom: 10px;
    }

    .sol_faBoxOne2_item_dl {
        width: 100%;
        padding: 2px 0 0;
    }

    .sol_faBoxOne2_item_dl dd .iconfont {
        font-size: 14px;
        width: 18px;
        height: 18px;
        line-height: 16px;
    }

    .sol_faBoxOne2_item_dl dd span {
        font-size: 12px;
    }

    .sol_faBoxOne2_item_dl dd {
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .sol_faBoxOne2_item {
        padding: 0 0 15px;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }







    /* solution_list,phone */
    .sol_liBoxOne_w {
        padding: 50px 10px 0;
    }

    .sol_liBoxOne2 {
        padding-top: 20px;
    }





    /* solution_sycj,phone */
    .sol_syBoxOne_w {
        padding: 50px 10px 0;
    }

    .sol_syBoxOne1 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .sol_syBoxOne1 .item a .text_box {
        font-size: 18px;
    }






    /* solution_sycj_detail,phone */
    .sol_de2BoxOne_w {
        padding: 50px 10px 50px;
    }

    .sol_de2BoxOne1_L {
        width: 100%;
        padding: 30px 10px 10px;
    }

    .sol_de2BoxOne1_L .big_tt {
        font-size: 18px;
    }

    .sol_de2BoxOne1_R {
        width: 100%;
        padding: 30px 10px 30px 10px;
    }

    .sol_de2BoxOne1_R .tt_box .tt_01 {
        font-size: 18px;
    }

    .sol_de2BoxOne1_R .tt_box .tt_02 {
        font-size: 14px;
    }

    .sol_de2BoxOne1_R_dl .item .text {
        width: 135px;
        font-size: 12px;
    }

    .sol_de2BoxOne1_R_dl .item .right_box {
        width: calc(100% - 135px);
    }

    .sol_de2BoxOne1_R_dl .item .right_box div {
        font-size: 12px;
    }






    .index_poster_text .poster_text_w {
        padding: 40px 10px 40px;
    }
    
    .index_poster_text .poster_text_w .text_01 {
        font-size: 20px;
    }
    
    .index_poster_text .poster_text_w .text_02 {
        font-size: 14px;
        line-height: 26px;
        padding-top: 10px;
    }
    
    .index_poster_text .poster_text_w .btn_box a {
        font-size: 14px;
        width: 110px;
        line-height: 38px;
    }

    .pro_deThree1_R .text_box::-webkit-scrollbar {
        width: 4px;
    }



    .pro_deBoxOne1_L dl dd {
        width: calc(100% / 3);
        margin-right: 0;
        border-right: none;
    }


    .pro_deBoxTwo_w {
        height: auto;
    }








    /* quanqiuzhandian,phone */
     .Global_BoxOne_w {
        padding: 40px 10px 0;
    }
    
    .Global_site_title {
        font-size: 18px;
        padding-bottom: 10px;
    }
    
    .Global_BoxOne1_item .item_title {
        font-size: 14px;
        padding-bottom: 10px;
    }
    
    .Global_BoxOne1_dl {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    
    .Global_BoxOne1_dl .item {
        width: calc((100% - 10px) / 2);
        margin-right: 0;
    }
    
    .Global_BoxOne1 {
        padding-bottom: 15px;
    }
    
    .Global_BoxTwo_w {
        padding: 10px 10px 30px;
    }
    
    .Global_BoxTwo1 {
        width: 100%;
    }
    
    .Global_BoxTwo2 {
        width: 100%;
    }
    
    .Global_BoxTwo2 .item {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .Global_BoxTwo2 .item .tt {
        padding-bottom: 10px;
    } 
    
    .abo_ryBoxOne2 .item a .bottom_text {
        font-size: 14px;
    }




    .alibaba_gundong {
        display: none;
    }




    .foot_youqing_link {
        padding-top: 15px;
    }







}